
## texts for updater messages


NEXT "NEXT =>"
BACK "<= BACK"
NEXT_TYPE "Next type"


ObsUnitsFirstM  "Great news, Sire! Our recent discovery will allow us to re-train and re-equip some of our military units. We have already switched production to the new units but we have some old units in use. Shall I proceed?"

ObsUnitsCostOKandOneUnitM "We have {NUM_OBS_UNITS} {OBS_UNIT_ARRAY[0].name} squad who is pleading for more modern equipment. It will cost {TOTAL_COST} gold to provide them with it and we have enough gold in the treasury. Shall we re-train and re-equip them?"
ObsUnitsCostOKandOneUnitButMoreTypesM  "We have {NUM_OBS_UNITS} {OBS_UNIT_ARRAY[0].name} unit who is pleading for more modern equipment. It will cost {TOTAL_COST} gold to provide them with it and we have enough gold in the treasury. Shall we retrain and re-equip all of them?
\n I must remind you that we have {OTHER_TYPES} other type(s) of unit who are also demanding new equipment"

ObsUnitsCostOKM  "We have {NUM_OBS_UNITS} {OBS_UNIT_ARRAY[0].name} units who are pleading for more modern equipment. It will cost {TOTAL_COST} gold to provide them with it and we have enough gold in the treasury. Shall we retrain and re-equip all of them?"
ObsUnitsCostOKandMoreTypesM  "We have {NUM_OBS_UNITS} {OBS_UNIT_ARRAY[0].name} units who are pleading for more modern equipment. It will cost {TOTAL_COST} gold to provide them with it and we have enough gold in the treasury. Shall we retrain and re-equip all of them?
\n I must remind you that we have {OTHER_TYPES} other type(s) of unit who are also demanding new equipment"

SOME "Not all. Show me them."

PartialUpdateM "Shall we modernize this unit? \n\n It will cost us {PER_UNIT_UPDATE_COST[UPDATE_TYPES_ARRAY[UPDATE_TYPES_INDEX]]} gold and it's unit number {OBS_UNIT_INDEX_PLUS} of {NUM_OBS_UNITS} of this type.\n\n Caution: Updating the last unit of this type will end this update cycle."
ObsUnitsCostNotEnoughGoldM "We have {NUM_OBS_UNITS} {OBS_UNIT_ARRAY[0].name} units who are pleading for more modern equipment. It would cost {TOTAL_COST} gold to modernize those units but we don't have enough gold in the treasury. Shall we retrain and re-equip some of them?"
ObsUnitsCostNotEnoughGoldandMoreTypesM "We have {NUM_OBS_UNITS} {OBS_UNIT_ARRAY[0].name} units who are pleading for more modern equipment. It would cost {TOTAL_COST} gold to modernize those units but we don't have enough gold in the treasury. Shall we retrain and re-equip some of them?
\n I must remind you that we have {OTHER_TYPES} other type(s) of unit who are also demanding new equipment"

NoMoreGoldM "Sire, I regret to inform you that the treasury is bare."

UpdateUnitMTxt "Do you want to update this unit?"

AutoUnitUpdateQtxt"Do you want to automate that procedure?
    \n\n Choosing 'Yes' means that whenever you press the 'Sentinel' ('Sleep') button, if it's possible to update the unit then it will be done without asking you if you want to do it."


